PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldCollection Class / remove Method
The name of the field to remove.
In This Topic
    remove Method
    In This Topic
    Removes the field with the specified name from the collection.
    Syntax
    public void remove( 
       java.lang.String name
    )

    Parameters

    name
    The name of the field to remove.
    See Also